net.sf.webphotos.gui
Class FtpClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.webphotos.gui.FtpClientException
All Implemented Interfaces:
Serializable

public class FtpClientException
extends Exception

Esta classe checa uma exceção no FtpClient. Herda a classe Exception. Envia dados para classe base através do construtor.

See Also:
Serialized Form

Constructor Summary
FtpClientException()
           
FtpClientException(String msg)
          Esse método apenas repassa a informação.
FtpClientException(String message, Throwable cause)
           
FtpClientException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FtpClientException

public FtpClientException(String msg)
Esse método apenas repassa a informação. Recebe uma mensagem de texto e repassa para a classe base.

Parameters:
msg - Mensagem.

FtpClientException

public FtpClientException(Throwable cause)

FtpClientException

public FtpClientException(String message,
                          Throwable cause)

FtpClientException

public FtpClientException()


Copyright © 2008-2012. All Rights Reserved.